.shikhman-footer{
    box-shadow: 0px 4px 37px rgba(47, 0, 124, 0.05);
    animation: 1s ease-in-out 1 alternate translateodtestcards;
}
.shikhman-footer-wrapper{
    display: grid;
    grid-template-columns: repeat(1,1fr);    
    font-size: 16px;
    background: #ffffff;
    padding: 30px 0px;
    text-align: center;
}
.shikhman-footer-wrapper .rights-reserved{
    margin-bottom: 0px;
    color: #848198;
    order: 2;
}
.footer-links-section{
    display: flex;
    align-items: center;
    column-gap: 30px;
    order: 1;
    text-align: center;
    justify-content: center;
}
.footer-links-section .footer-links{
    color: #090416;
    text-decoration: none;
    padding-bottom: 40px;
}
@media (min-width: 992px){
    .shikhman-footer-wrapper{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 48px 0px;
    }
    .shikhman-footer-wrapper .rights-reserved{
        order: 1;
    }
    .footer-links-section{
        order: 2;
    }
    .footer-links-section .footer-links{
        padding-bottom: 0px;
    }
}